From fe92db0ffc25cb94a31d5e466e2c5c2e5d740fb5 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 13 Sep 2007 16:20:41 +0000 Subject: [PATCH] Fix typo in dg-100 comment. --- gpsbabel/dg-100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/dg-100.c b/gpsbabel/dg-100.c index d6c10d682..02877cee0 100644 --- a/gpsbabel/dg-100.c +++ b/gpsbabel/dg-100.c @@ -326,7 +326,7 @@ dg100_recv_byte() int result; /* allow for a delay of 40s; - * eraseing the whole DG-100 memory takes about 21s */ + * erasing the whole DG-100 memory takes about 21s */ result = gbser_readc_wait(serial_handle, 40000); switch(result){ case gbser_ERROR: -- 2.30.2